ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / SuggestionList Class / CopyTo Method / CopyTo(String[],Int32) Method

In This Topic
    CopyTo(String[],Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As System.String, _
       ByVal arrayIndex As System.Integer _
    ) 
    public void CopyTo( 
       System.string[] array,
       System.int arrayIndex
    )

    Parameters

    array
    arrayIndex
    See Also